From 2057f3fda9cc6179f5e9a497af7df97d65ebdeb7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 9 Apr 2004 15:22:20 +0000 Subject: [PATCH] wrap -\> overflow --- stylesheets/cologneblue.css | 1 + stylesheets/nostalgia.css | 1 + 2 files changed, 2 insertions(+) diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index 67f116f428..9226855850 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -18,6 +18,7 @@ body { margin: 0px; padding: 0px; color: black; } margin-top: 1ex; margin-bottom: 0; } p, pre, td, th, li, dd, dt { line-height: 12pt; } +textarea { overflow: auto; } #footer { padding: 4px; } #footer form { display: inline; } diff --git a/stylesheets/nostalgia.css b/stylesheets/nostalgia.css index e14a64bd8d..18b38a471f 100644 --- a/stylesheets/nostalgia.css +++ b/stylesheets/nostalgia.css @@ -14,6 +14,7 @@ a.stub { color:#772233; text-decoration:none; } h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0; } h2, h3, h4, h5, h6 { margin-bottom: 0; } img { border: none; } +textarea { overflow: auto; } p.subtitle { padding-top: 0; margin-top: 0; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } -- 2.20.1